home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 July / macformat-026.iso / mac / Shareware City / Developers / WASTE Object Handlers v1.0 ƒ / Handler Headers / WE_snd_Handler.h < prev   
Encoding:
C/C++ Source or Header  |  1995-03-11  |  456 b   |  15 lines  |  [TEXT/MPCC]

  1. #include <Sound.h>
  2.  
  3. pascal OSErr    HandleNewSound(Point *defaultObjectSize,WEObjectReference objectRef);
  4. pascal OSErr    HandleDisposeSound( WEObjectReference objectRef );
  5. pascal OSErr    HandleDrawSound(Rect *destRect, WEObjectReference objectRef );
  6. pascal OSErr    HandleClickSound(    Point hitPt, 
  7.                             short modifiers, 
  8.                             long clickTime, 
  9.                             WEObjectReference objectRef);
  10.                             
  11. SndChannelPtr    CreateNewSoundChannel( void );
  12.  
  13. #define        kSoundIconID        550
  14.  
  15.